Skip to content

Conversation

@johnslavik
Copy link

Closes #3520

@johnslavik
Copy link
Author

johnslavik commented Nov 22, 2025

It worked!

❯ uv venv &>/dev/null && \
    uv pip install git+https://github.com/johnslavik/pydantic-ai@b/metadata-only-wheel-pydantic-ai &>/dev/null && \
    tree -L1 --filesfirst .venv/lib/*/site-packages/ | \
    grep -E '(.venv/|README.md)' && \
    echo && head .venv/lib/*/site-packages/README.md

.venv/lib/python3.13/site-packages/

head: cannot open '.venv/lib/*/site-packages/README.md' for reading: No such file or directory

The tree doesn't show any README file:

❯ tree -L1 .venv/lib/python3.13/site-packages/ -F --filesfirst | head -n 8
.venv/lib/python3.13/site-packages//
├── _cffi_backend.cpython-313-x86_64-linux-gnu.so*
├── LICENSE
├── six.py
├── typing_extensions.py
├── _virtualenv.pth
├── _virtualenv.py
├── ag_ui/

(Yes, there is a bug in tree that shows the additional / for some reason)

The dist info looks fine as well

❯ tree -L 1 .venv/lib/python3.13/site-packages/pydantic_ai-1.22.1.dev1+740abad4.dist-info/
.venv/lib/python3.13/site-packages/pydantic_ai-1.22.1.dev1+740abad4.dist-info/
├── direct_url.json
├── entry_points.txt
├── INSTALLER
├── licenses
├── METADATA
├── RECORD
├── REQUESTED
├── uv_build.json
└── WHEEL

2 directories, 8 files

❯ head -n 5 !$METADATA
Metadata-Version: 2.4
Name: pydantic-ai
Version: 1.22.1.dev1+740abad4
Summary: Agent Framework / shim to use Pydantic with LLMs
Project-URL: Homepage, https://ai.pydantic.dev

@johnslavik johnslavik marked this pull request as ready for review November 22, 2025 12:41
@johnslavik
Copy link
Author

CC @DouweM

@johnslavik
Copy link
Author

johnslavik commented Nov 22, 2025

Also lmk if you'd like to have a clarifying comment above the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installing pydantic-ai pollutes site-packages/ with a standalone README.md file

1 participant